home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Critical Thinking Skills / Workplace Effectiveness: Critical Thinking Skills.iso / pc / Files / Whyfiles.dxr / 00001_Startup.ls next >
Encoding:
Text File  |  1998-09-14  |  421 b   |  19 lines

  1. global gMasterData
  2.  
  3. on prepareMovie
  4.   setUserArea(gMasterData, #whyfiles)
  5.   set the keyDownScript to "quitCatcher"
  6.   setFingerCursor(#on, [40, 41, 42, 43, 44])
  7.   cursor(0)
  8. end
  9.  
  10. on initFields
  11.   set vEmptyList to []
  12.   repeat with x in vEmptyList
  13.     set the text of member x to " "
  14.     set the textFont of member x to "Palatino"
  15.     set the textSize of member x to 14
  16.     set the text of member x to EMPTY
  17.   end repeat
  18. end
  19.